Add maggeo to testsuite, reference.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 31 Aug 2005 17:16:31 +0000 (17:16 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 31 Aug 2005 17:16:31 +0000 (17:16 +0000)
gpsbabel/reference/gc/maggeo.gs [new file with mode: 0644]
gpsbabel/testo

diff --git a/gpsbabel/reference/gc/maggeo.gs b/gpsbabel/reference/gc/maggeo.gs
new file mode 100644 (file)
index 0000000..5adc16f
--- /dev/null
@@ -0,0 +1,3 @@
+$PMGNGEO,4608.000,N,7300.000,W,0000,F,GC7FA4,Points geodsqs d Qbc,Sverdrup2,,Locationless (Reverse) Cache,1508102,1207105,1.0,1.0*52\r
+$PMGNGEO,3555.300,N,8651.700,W,0000,F,GCGCA8,Oozy rt in a sntry z,robertlipe,,Unknown Cache,2906103,0307105,3.0,2.0*06\r
+$PMGNCMD,END*3D\r
index fe597473d0786a0ae90608dcc1cc9468bbd77acd..5ce336b8c2fa735b1c340ffb033c82f76ac72a0e 100755 (executable)
@@ -829,4 +829,10 @@ compare reference/fugawi.time.ref.txt ${TMPDIR}/fugawi4.txt
 ${PNAME} -i gpx -f reference/track/tracks.gpx  -o fugawi -F ${TMPDIR}/fugawi5.txt
 compare reference/track/fugawi.txt ${TMPDIR}/fugawi5.txt
 
+#
+# Magellan Explorist geocaching format (write-only).
+#
+${PNAME} -i gpx -f reference/gc/GC7FA4.gpx -f reference/gc/GCGCA8.gpx -o maggeo -F ${TMPDIR}/maggeo.gs
+compare reference/gc/maggeo.gs ${TMPDIR}/maggeo.gs
+
 exit 0